home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / purge / PURG504.EXE / {app} / PURGEIE.EXE / 0 / RCDATA / TPURGINXDLG / TPURGINXDLG.txt
Text File  |  2004-01-01  |  7KB  |  274 lines

  1. object PurgInxDlg: TPurgInxDlg
  2.   Left = 319
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'PurgeIE - Purge I.E. Folders at next Reboot'
  6.   ClientHeight = 383
  7.   ClientWidth = 459
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Bevel1: TBevel
  20.     Left = 9
  21.     Top = 78
  22.     Width = 443
  23.     Height = 260
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 26
  28.     Top = 86
  29.     Width = 348
  30.     Height = 60
  31.     Caption = 
  32.       'Select the Folders below to be Purged at the next Reboot of Wind' +
  33.       'ows.  This function creates a Windows RunOnce batch file to dele' +
  34.       'te the selected Internet Explorer Folders at the next Reboot of ' +
  35.       'Windows. '
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -12
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     WordWrap = True
  43.   end
  44.   object Label2: TLabel
  45.     Left = 34
  46.     Top = 254
  47.     Width = 338
  48.     Height = 30
  49.     Caption = 
  50.       'You will need to manually Reboot Windows for this function to co' +
  51.       'mplete.  Windows will automatically create new I.E. folders.'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     WordWrap = True
  59.   end
  60.   object Bevel2: TBevel
  61.     Left = 9
  62.     Top = 17
  63.     Width = 443
  64.     Height = 53
  65.   end
  66.   object Label3: TLabel
  67.     Left = 26
  68.     Top = 26
  69.     Width = 357
  70.     Height = 30
  71.     Caption = 
  72.       'CAUTION  -  Use this function only if your have a serious proble' +
  73.       'm with one, or more, of the Internet Explorer Folders.'
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -12
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     WordWrap = True
  81.   end
  82.   object LabelCache: TLabel
  83.     Left = 276
  84.     Top = 153
  85.     Width = 3
  86.     Height = 15
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -12
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object LabelCookie: TLabel
  95.     Left = 276
  96.     Top = 187
  97.     Width = 3
  98.     Height = 15
  99.     Font.Charset = ANSI_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -12
  102.     Font.Name = 'Arial'
  103.     Font.Style = []
  104.     ParentFont = False
  105.   end
  106.   object LabelHistory: TLabel
  107.     Left = 276
  108.     Top = 222
  109.     Width = 3
  110.     Height = 15
  111.     Font.Charset = ANSI_CHARSET
  112.     Font.Color = clWindowText
  113.     Font.Height = -12
  114.     Font.Name = 'Arial'
  115.     Font.Style = []
  116.     ParentFont = False
  117.   end
  118.   object Label4: TLabel
  119.     Left = 34
  120.     Top = 300
  121.     Width = 372
  122.     Height = 30
  123.     AutoSize = False
  124.     Caption = 
  125.       'PurgeIE may not be able to locate the I.E. folders until I.E. is' +
  126.       ' started after the Reboot. '
  127.     Font.Charset = ANSI_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -12
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     WordWrap = True
  134.   end
  135.   object OKBtn: TButton
  136.     Left = 94
  137.     Top = 350
  138.     Width = 80
  139.     Height = 27
  140.     Hint = 'Press to create the RunOnce file'
  141.     Caption = 'OK'
  142.     Default = True
  143.     ModalResult = 1
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 0
  147.     OnClick = OKBtnClick
  148.   end
  149.   object CancelBtn: TButton
  150.     Left = 266
  151.     Top = 350
  152.     Width = 81
  153.     Height = 27
  154.     Hint = 'Press to exit without creating a RunOnce file'
  155.     Cancel = True
  156.     Caption = 'Cancel'
  157.     ModalResult = 2
  158.     ParentShowHint = False
  159.     ShowHint = True
  160.     TabOrder = 1
  161.     OnClick = CancelBtnClick
  162.   end
  163.   object CheckboxPinxCache: TCheckBox
  164.     Left = 43
  165.     Top = 151
  166.     Width = 95
  167.     Height = 18
  168.     Hint = 'Select to purge the Cache Folder.'
  169.     Caption = 'Cache Folder'
  170.     Font.Charset = ANSI_CHARSET
  171.     Font.Color = clWindowText
  172.     Font.Height = -12
  173.     Font.Name = 'Arial'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     ParentShowHint = False
  177.     ShowHint = True
  178.     TabOrder = 2
  179.     OnClick = CheckboxPinxCacheClick
  180.   end
  181.   object CheckboxPinxCookies: TCheckBox
  182.     Left = 43
  183.     Top = 185
  184.     Width = 95
  185.     Height = 19
  186.     Hint = 'Select to purge the Cookie Folder.'
  187.     Caption = 'Cookie Folder'
  188.     Font.Charset = ANSI_CHARSET
  189.     Font.Color = clWindowText
  190.     Font.Height = -12
  191.     Font.Name = 'Arial'
  192.     Font.Style = []
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     TabOrder = 3
  197.     OnClick = CheckboxPinxCookiesClick
  198.   end
  199.   object CheckboxPinxHistory: TCheckBox
  200.     Left = 43
  201.     Top = 220
  202.     Width = 95
  203.     Height = 18
  204.     Hint = 'Select to purge the History Folder.'
  205.     Caption = 'History Folder'
  206.     Font.Charset = ANSI_CHARSET
  207.     Font.Color = clWindowText
  208.     Font.Height = -12
  209.     Font.Name = 'Arial'
  210.     Font.Style = []
  211.     ParentFont = False
  212.     ParentShowHint = False
  213.     ShowHint = True
  214.     TabOrder = 4
  215.     OnClick = CheckboxPinxHistoryClick
  216.   end
  217.   object CheckboxPinxCacheID: TCheckBox
  218.     Left = 151
  219.     Top = 151
  220.     Width = 104
  221.     Height = 18
  222.     Hint = 'Select to purge only the Index.dat file in the Cache Folder.'
  223.     Caption = 'Index.Dat only'
  224.     Font.Charset = ANSI_CHARSET
  225.     Font.Color = clWindowText
  226.     Font.Height = -12
  227.     Font.Name = 'Arial'
  228.     Font.Style = []
  229.     ParentFont = False
  230.     ParentShowHint = False
  231.     ShowHint = True
  232.     TabOrder = 5
  233.     OnClick = CheckboxPinxCacheIDClick
  234.   end
  235.   object CheckboxPinxCookiesID: TCheckBox
  236.     Left = 151
  237.     Top = 185
  238.     Width = 104
  239.     Height = 19
  240.     Hint = 'Select to purge only the Index.dat file in the Cookie Folder.'
  241.     Caption = 'Index.Dat only'
  242.     Font.Charset = ANSI_CHARSET
  243.     Font.Color = clWindowText
  244.     Font.Height = -12
  245.     Font.Name = 'Arial'
  246.     Font.Style = []
  247.     ParentFont = False
  248.     ParentShowHint = False
  249.     ShowHint = True
  250.     TabOrder = 6
  251.     OnClick = CheckboxPinxCookiesIDClick
  252.   end
  253.   object CheckboxPinxHistoryID: TCheckBox
  254.     Left = 151
  255.     Top = 220
  256.     Width = 104
  257.     Height = 18
  258.     Hint = 
  259.       'Select to purge only the Index.dat file in the History Folder. T' +
  260.       'his is the '#39'Visited URLs'#39' data.'
  261.     Caption = 'Index.Dat only'
  262.     Font.Charset = ANSI_CHARSET
  263.     Font.Color = clWindowText
  264.     Font.Height = -12
  265.     Font.Name = 'Arial'
  266.     Font.Style = []
  267.     ParentFont = False
  268.     ParentShowHint = False
  269.     ShowHint = True
  270.     TabOrder = 7
  271.     OnClick = CheckboxPinxHistoryIDClick
  272.   end
  273. end
  274.